| !Boot file for Tiles
|  R.I.D.Macfarlane, 1992 to 2000
|
| Version 0.40, 3-Jan-00
|
Set TilesDir <Obey$Dir>
Set TilesHelp$Path <Obey$Dir>.Info.
IconSprites <TilesDir>.!Sprites
Set File$Type_DFE CSV
|
| IF you want Tiles CSV files to start Tiles by double-clicking on the Filer icon
|  as previous Tiles versions have done
|   THEN remove the '|' character in front of the two following IF statements
|     AND make sure that you do the same in the !Run file
|       [Note: Check if Runtypes are already set: If Set Then don't change ]
|IF "<Alias$@RunType_DFE>"="" THEN Set TilesCheckRunType_DFE <TilesDir>.!Run %%*0
|IF "<Alias$@RunType_DFE>"="" THEN Set Alias$@RunType_DFE <TilesDir>.!Run %%*0
|
|  End of !Boot obey file